home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMFONTFALLBACKS / TFRMFONTFALLBACKS.txt
Encoding:
Text File  |  2005-02-07  |  3.8 KB  |  201 lines

  1. object frmFontFallbacks: TfrmFontFallbacks
  2.   Left = 262
  3.   Top = 184
  4.   HelpContext = 1130
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Font fallbacks'
  8.   ClientHeight = 200
  9.   ClientWidth = 541
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     541
  22.     200)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Beveles6: TBevelesU
  26.     Left = 280
  27.     Top = 24
  28.     Width = 257
  29.     Height = 89
  30.     Shape = bsFrame
  31.     Caption = 'Selected font'
  32.     BorderWidth = 0
  33.   end
  34.   object Label1: TTntLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 99
  38.     Height = 13
  39.     Caption = '&Active font fallbacks:'
  40.     FocusControl = FFList
  41.   end
  42.   object Label3: TTntLabel
  43.     Left = 288
  44.     Top = 48
  45.     Width = 31
  46.     Height = 13
  47.     Caption = 'Na&me:'
  48.   end
  49.   object Label4: TTntLabel
  50.     Left = 288
  51.     Top = 80
  52.     Width = 73
  53.     Height = 13
  54.     Caption = '&Size correction:'
  55.   end
  56.   object Label2: TTntLabel
  57.     Left = 288
  58.     Top = 128
  59.     Width = 241
  60.     Height = 41
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Caption = 'Duplicates will be removed automatically.'
  64.     WordWrap = True
  65.   end
  66.   object FFList: TTntListBox
  67.     Left = 8
  68.     Top = 24
  69.     Width = 265
  70.     Height = 137
  71.     ItemHeight = 13
  72.     TabOrder = 0
  73.     OnClick = FFListClick
  74.   end
  75.   object Button1: TMMTNTBItBtn
  76.     Left = 451
  77.     Top = 170
  78.     Width = 83
  79.     Height = 25
  80.     Anchors = [akRight, akBottom]
  81.     Caption = '&Close'
  82.     Default = True
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clBtnText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ModalResult = 1
  89.     ParentFont = False
  90.     TabOrder = 1
  91.   end
  92.   object NewBtn: TMMTNTBItBtn
  93.     Left = 8
  94.     Top = 168
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '  &New  '
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clBtnText
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 2
  105.     OnClick = NewBtnClick
  106.   end
  107.   object DeleteBtn: TMMTNTBItBtn
  108.     Left = 88
  109.     Top = 168
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&Delete'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clBtnText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 3
  120.     OnClick = DeleteBtnClick
  121.   end
  122.   object UpBtn: TMMTNTBItBtn
  123.     Left = 172
  124.     Top = 168
  125.     Width = 49
  126.     Height = 25
  127.     Caption = '&Up'
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBtnText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 4
  135.     OnClick = UpBtnClick
  136.   end
  137.   object DownBtn: TMMTNTBItBtn
  138.     Left = 224
  139.     Top = 168
  140.     Width = 49
  141.     Height = 25
  142.     Caption = 'D&own'
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clBtnText
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     TabOrder = 5
  150.     OnClick = DownBtnClick
  151.   end
  152.   object FontCB: TTntComboBox
  153.     Left = 376
  154.     Top = 44
  155.     Width = 153
  156.     Height = 21
  157.     AutoComplete = False
  158.     Style = csOwnerDrawFixed
  159.     ItemHeight = 15
  160.     TabOrder = 6
  161.     OnChange = FontCBChange
  162.   end
  163.   object FontSizeCB: TTntComboBox
  164.     Left = 376
  165.     Top = 76
  166.     Width = 73
  167.     Height = 21
  168.     AutoComplete = False
  169.     Style = csDropDownList
  170.     ItemHeight = 13
  171.     TabOrder = 7
  172.     OnChange = FontCBChange
  173.     Items.WideStrings = (
  174.       '-12'
  175.       '-11'
  176.       '-10'
  177.       '-9'
  178.       '-8'
  179.       '-7'
  180.       '-6'
  181.       '-5'
  182.       '-4'
  183.       '-3'
  184.       '-2'
  185.       '-1'
  186.       '0'
  187.       '1'
  188.       '2'
  189.       '3'
  190.       '4'
  191.       '5'
  192.       '6'
  193.       '7'
  194.       '8'
  195.       '9'
  196.       '10'
  197.       '11'
  198.       '12')
  199.   end
  200. end
  201.